@charset "gb2312";
/**
 * M
 * @authors jing
 * @date    2015-09-25
 * @version 1.0.0
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    
    font-family: "Microsoft YaHei";
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul,li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color:#555555;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0 auto;
    line-height: 20px;
    font-size: 16px; 
    font-family: "Microsoft YaHei";
    background: #FFF;
    color: #555555;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input::-ms-clear{display:none;}
input[type="button"], input[type="submit"], input[type="reset"] , input[type="search"]{
-webkit-appearance: none;
}

textarea {  -webkit-appearance: none;}   
html {
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.list-inline {
  padding-left: 0;
  
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.clear_float{ clear:both;}
.page{ float:left;width: 100%;}
.page ul{text-align: center;

  display: block;  height: 20px;}
.page ul li{ display:inline-block; }
.page ul li a{ text-decoration:none; font-size:12px; color:#707070;}

/******loading**********/
._loading {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #888;
	display:none;
}